home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000078_news@columbia.edu _Tue Oct 17 13:10:38 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA24320
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 17 Oct 2000 13:09:40 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA10316
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Oct 2000 13:09:39 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA20637
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 17 Oct 2000 12:52:44 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: No Carrier
  14. Date: 17 Oct 2000 16:52:44 GMT
  15. Organization: Columbia University
  16. Message-ID: <8si04s$k4q$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <zb%G5.34359$Ly1.489095@news5.giganews.com>,
  20. Steve <steve@baus-systems.com> wrote:
  21. : In our DOS app, we call Server from the command line and Kermit does
  22. : terminate when it receives the Finish.  All we would like right now is for
  23. : the host in Server mode to not drop the phone line when it receives the
  24. : Finish.  I would have thought that there was an AT command or Kermit setting
  25. : that would do this.
  26. : Steve
  27.  
  28. The connection will not be dropped when the FINISH is received if:
  29.  
  30.  . K95 does not terminate
  31.  
  32.  . HANGUP is not issued
  33.  
  34.  . CLOSE CONNECTION is not issued
  35.  
  36. Your original script was
  37.  
  38.   ....
  39.   SERVER
  40.   EXIT
  41.  
  42. Hence, when the SERVER command completes due to the receipt of the FINISH
  43. command from the client, the EXIT command is executed which causes K95
  44. to terminate, the modem to be hungup, and the communications device to
  45. be closed.   That is why I have suggested using the WHILE construct to 
  46. ANSWER multiple calls if that is what you want; or to use multiple SERVER 
  47. commands.  
  48.  
  49. I don't see how your clients are working with MS-DOS Kermit as the SERVER
  50. if the clients always issue a FINISH upon establishing a connection; and
  51. the MS-DOS Kermit script only contains a single SERVER command which is
  52. not in a loop of some sort.
  53.  
  54.  
  55.                   Jeffrey Altman * Sr.Software Designer
  56.                  The Kermit Project * Columbia University
  57.                612 West 115th St * New York, NY * 10025 * USA
  58.      http://www.kermit-project.org/ * kermit-support@kermit-project.org